DefaultTextStyleTextRotationScale Property

Specifies whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height. The defined values for are: -fixed: width of text should remain fixed. -line-height: width of text should be scaled to fit the current line height.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public TextRotationScale TextRotationScale { get; set; }

Property Value

TextRotationScale

See Also